Use g_list_nth_data() instead of g_list_nth()->data in multiple places to
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2005 18:36:04 +0000 (18:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Sep 2005 18:36:04 +0000 (18:36 +0000)
commit0480e1298a75706234296b09f2c004ad236d594f
tree65cf915a4bbac4f3ae7b889a92b660c8eeb2041e
parent7e1f4b5e7ca68eed34460c9c1181707f8545dc49
Use g_list_nth_data() instead of g_list_nth()->data in multiple places to

2005-09-19  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
in multiple places to avoid segfaults if the index is out of range.
(#316422, Guillaume Cottenceau)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkiconview.c